object frmLegalNotice: TfrmLegalNotice Left = 0 Top = 0 Width = 635 Height = 353 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 object gbSettings: TGroupBox Left = 16 Top = 1 Width = 605 Height = 328 Caption = 'gbSettings' TabOrder = 0 object lblSettings: TAxLabel Left = 24 Top = 30 Width = 550 Height = 51 WordWrap = True Transparent = True AutoSize = False Caption = 'lblSettings' ShowAccelChar = True end object lblCaption: TAxLabel Left = 24 Top = 100 Width = 57 Height = 16 WordWrap = False Transparent = True Caption = 'lblCaption' ShowAccelChar = True end object lblText: TAxLabel Left = 24 Top = 159 Width = 38 Height = 16 WordWrap = False Transparent = True Caption = 'lblText' ShowAccelChar = True end object edCaption: TEdit Left = 24 Top = 120 Width = 553 Height = 24 TabOrder = 0 Text = 'edCaption' OnChange = edCaptionChange end object edText: TMemo Left = 24 Top = 179 Width = 553 Height = 118 Lines.Strings = ( 'edText') TabOrder = 1 OnChange = edTextChange end end end